EPSON TM-L90 Label Printer Communication Driver

 

EPSON TM-L90 Label Printer communication driver is the driver to communicate with TM-L90 label printer of Epson in Japan.

 

1. Read settings

 

<Figure 1> is read setting example of  EPSON TM-L90 Label Printer communication driver. 

<Figure 1>  Read setting example of  EPSON TM-L90 Label Printer communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively, according to setting of printer.

 

EPSON TM-L90 Label Printer communication driver¡¯s read schedule

EPSON TM-L90 Label Printer communication driver's read schedule input 'READ' one line( or blank ).

 

Read schedule example) 

READ,

 

If you click the icon  in protocol option part, you can see the dialogue box such as <Figure 2>. Dailog box of <Figure 2> shows write command of EPSON TM-L90 Label Printer. 

<Figure 2> Protocol option dialog box of EPSON TM-L90 Label Printer communication driver

 

2. Writing settings

You can print to EPSON TM-L90 Label Printer by using write settings.

 

Digital Write 

Digital write and analog write have the same setting parameters except output value. (0 or 1)

 

Analog Write

Analog write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             Don't care.

3)  ADDRESS           INI file number when Extra2 equal 1.

Extra2 = 1 : INI file number,

other : Don't care.

4)  Extra1                   Print command.

Extra2 = 1 : Don't care,

other : Printer control code or writing character,

control code : /g = GS(1Dh), /e =  ESC(1Bh), /n = CR,  /r = LF,  /?? (?? = 00h ~ FFh, hexdecimal code)  = control code or writing character.  (/00 = NULL, /1B = ESC, ¡¦ )

5)  Extra2                   Get control code and writing character from 'INI' file when Extra2 equal 1.

1 : Get control code and writing character from 'INI' file. (work folder\SCAN\COMMAND_%05d.ini,  %05d = number of address)

other. : Don't care.

 

<Table 2> is input method of printer command and writing character.

Filename

Input method

work folder\SCAN\COMMAND_%05d.ini,

%05d = 0 ~ 99999 file number

1) Don't input start and end control code.

3) You can input multi line control code and writing character.

4) /g, /e, /n, /r command equal GS, ESC, CR, LF control code respectively.

5) You can /?? type command when you want to input control code.

         ex) /00 = NULL , /1B = ESC, ¡¦

<Table 2> Input method of printer command and writing character

Write example 1)

Port : 0,  Station : 0,  Address : 0000,  Extra1 : /gkA/0B12345678901, EXTRA2 : 0,

The setting parameter shown above is a Bar Code printer example of EPSON TM-L90 Label Printer, control code and writing character = /gkA/0B12345678901.

 

Write example 1)

Port : 0,  Station : 0,  Address : 0001,  Extra1 : , EXTRA2 : 1,

The setting parameter shown above is a Bar Code printer example of EPSON TM-L90 Label Printer. Control code and writing character read ay ¡®work folder\SCAN\COMMAND_00001.ini¡¯.

 

Block Write

EPSON TM-L90 Label Printer communication driver don't support 'Block Write'.